home *** CD-ROM | disk | FTP | other *** search
- Path: newsstand.cit.cornell.edu!globetrot
- From: wo10@cornell.edu (Warren Ouyang)
- Newsgroups: comp.lang.c++
- Subject: Diff between const str& and const str*
- Date: 19 Feb 1996 05:55:48 GMT
- Organization: Cornell University
- Sender: wo10@cornell.edu (Verified)
- Message-ID: <4g93d4$ej4@newsstand.cit.cornell.edu>
- NNTP-Posting-Host: j320111232.resnet.cornell.edu
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- Hello all, I was wondering... in C++, is there a difference between
- "const str&" and "const str*" as function parameters? (str is a class).
- Thanks for any help!
-
- Warren
-